CyclicBuffer.popFront

Removes the item at the start of the buffer.

struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias popFront = removeFront

Meta